div.share{
	margin:20px 10px 20px 0;
	line-height: 32px;
    text-align: center;
}

a.icon-share:hover {
	text-decoration: none;
}

.bdshare a {
	display: inline-block;
	text-align: center;
	width: 112px;
	height: 32px;
	line-height:32px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-size: 13px;
	float: left;
	text-decoration: none;
}

.bds_sinaweibo , .bds_qq , .bds_weixin{
	margin:0px;
}

.bds_sinaweibo {
	color: #d44137 !important;
	border-color: #d44137;
	margin-right: 10px;
}

.bds_qq {
	color: #39B2E2 !important;
	border-color: #39B2E2;
}

.bds_weixin {
	color: #38ad5a !important;
	border-color: #38ad5a;
	margin-right: 10px;
}

.bds_sinaweibo:hover {
	color: #fff !important;
	background: #d44137
}

.bds_qq:hover {
	color: #fff !important;
	background: #39B2E2
}

.bds_weixin:hover {
	color: #fff !important;
	background: #38ad5a
}

.share-left {
	float: left;
	margin-right: 20px;
}

.share-right {
	float: right;
}

@media screen and (max-width: 890px) {
	.share-right {
		float: left;
		margin-left: 20px;
	}
}

@media screen and (max-width: 600px) {
	.share-right {
		float: left;
		margin-left: 0;
	}
	.bdshare a {
		width: 90px;
		height: 28px;
		font-size: 1.2rem;
		font-size: 12px;
		line-height: 28px;
	}
}